home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-02-08 | 52.3 KB | 2,086 lines |
- // Next available MSG number is 319
- // MODULE_ID DDMODIFY_DCL_
- /* Next available MSG number is 319 */
-
- // DDMODIFY.DCL Version 1.1
- //
- // Copyright (C) 1991, 1992, 1993, 1994 by Autodesk, Inc.
- //
- // Permission to use, copy, modify, and distribute this software
- // for any purpose and without fee is hereby granted, provided
- // that the above copyright notice appears in all copies and
- // that both that copyright notice and the limited warranty and
- // restricted rights notice below appear in all supporting
- // documentation.
- //
- // AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
- // AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
- // MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. AUTODESK, INC.
- // DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
- // UNINTERRUPTED OR ERROR FREE.
- //
- // Use, duplication, or disclosure by the U.S. Government is subject to
- // restrictions set forth in FAR 52.227-19 (Commercial Computer
- // Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
- // (Rights in Technical Data and Computer Software), as applicable.
- //
- //.
- //
- // Dialogue for the DDMODIFY command, for use with DDMODIFY.LSP
-
-
- //dcl_settings : default_dcl_settings { audit_level = 3; }
-
-
- //-------- Subassemblies and prototypes shared across several dialogues -------
-
- common_fields : column {
- : boxed_row {
- label = "Propiedades";
- : column {
- : row {
- fixed_width = true;
- : button {
- label = "Color...";
- mnemonic = "o";
- key = "b_color";
- width = 14;
- fixed_width = true;
- }
- : image_button {
- key = "show_image";
- height = 1;
- width = 3;
- }
- : text {
- key = "t_color";
- width = 12;
- }
- }
- : row {
- fixed_width = true;
- : button {
- label = "Capa...";
- mnemonic = "C";
- key = "b_name";
- width = 14;
- fixed_width = true;
- }
- : text {
- key = "t_layer";
- width = 16;
- }
- }
- : row {
- fixed_width = true;
- : button {
- label = "Tlφnea...";
- mnemonic = "l";
- key = "b_line";
- width = 14;
- }
- : text {
- key = "t_ltype";
- width = 16;
- }
- }
- }
- spacer_1;
- : column {
- fixed_width = true;
- handle_assembly;
- : row {
- : text_part {
- label = "Alt-objeto:";
- mnemonic = "j";
- width = 16;
- fixed_width = true;
- }
- : edit_box {
- key = "eb_thickness";
- edit_width = 15;
- }
- }
- : row {
- : text_part {
- label = "Escala Tlφnea:";
- mnemonic = "n";
- width = 16;
- fixed_width = true;
- }
- : edit_box {
- key = "eb_ltscale";
- edit_width = 15;
- }
- }
- }
- }
- spacer;
- }
-
- number_box : edit_box {
- edit_width = 10;
- }
-
- pick_point_button : button {
- label = "Designar pto. <";
- alignment = centered;
- }
-
- pick_point_1_button : pick_point_button {
- key = "pick_1";
- mnemonic = "t";
- }
- pick_point_2_button : pick_point_button {
- key = "pick_2";
- mnemonic = "p";
- }
- pick_point_3_button : pick_point_button {
- key = "pick_3";
- mnemonic = "s";
- }
- pick_point_4_button : pick_point_button {
- key = "pick_4";
- mnemonic = "g";
- }
-
- x_box : number_box {
- label = "X:";
- mnemonic = "X";
- }
- y_box : number_box {
- label = "Y:";
- mnemonic = "Y";
- }
- z_box : number_box {
- label = "Z:";
- mnemonic = "Z";
- }
-
- x1_box : x_box {
- key = "x1_pt";
- }
- x2_box : x_box {
- key = "x2_pt";
- }
- x3_box : x_box {
- key = "x3_pt";
- }
- x4_box : x_box {
- key = "x4_pt";
- }
-
- y1_box : y_box {
- key = "y1_pt";
- }
- y2_box : y_box {
- key = "y2_pt";
- }
- y3_box : y_box {
- key = "y3_pt";
- }
- y4_box : y_box {
- key = "y4_pt";
- }
-
- z1_box : z_box {
- key = "z1_pt";
- }
- z2_box : z_box {
- key = "z2_pt";
- }
- z3_box : z_box {
- key = "z3_pt";
- }
- z4_box : z_box {
- key = "z4_pt";
- }
- // Xline/Ray edit boxes.
- xline_x1 : x_box {
- key = "xline_x1";
- }
- xline_y1 : y_box {
- key = "xline_y1";
- }
- xline_z1 : z_box {
- key = "xline_z1";
- }
- xline_x2 : x_box {
- key = "xline_x2";
- }
- xline_y2 : y_box {
- key = "xline_y2";
- }
- xline_z2 : z_box {
- key = "xline_z2";
- }
-
-
- handle_assembly : row {
- : text {
- label = "Identif.:";
- width = 16;
- fixed_width = true;
- }
- // width = width of thickness/ltscale edit boxes - 3;
- : text {
- key = "Handle";
- width = 12;
- }
- }
-
- dimstyle_buttons :column {
- :column{
- fixed_width = true;
- fixed_height = true;
- alignment = centered;
- :button{
- label = "Geometrφa...";
- mnemonic = "G";
- key = /*MSG0*/"mod_geom";
- width = 13;
- }
- :button{
- label = "Formato...";
- mnemonic = "F";
- key = /*MSG0*/"mod_format";
- width = 13;
- }
- :button{
- label = "Anotaci≤n...";
- mnemonic = "A";
- key = /*MSG0*/"mod_annot";
- width = 13;
- }
- }
- }
-
- dimedit_column :column {
- :column{
- fixed_width = true;
- fixed_height = true;
- :button{
- label = "Editar...";
- mnemonic = "d";
- key = /*MSG0*/"mod_text";
- height = 2;
- }
- :popup_list{
- label = "Estilo: ";
- mnemonic = "E";
- key = /*MSG0*/"mod_style";
- width = 32;
- list = "";
- }
- }
- }
-
-
- //-------------------- Dialogues --------------------
- ddmline : dialog {
- label = "Modificar lφnea m·ltiple";
- common_fields;
- : row {
- : concatenation {
- : text_part {
- label = "Estilo lφneam: ";
- width = 12;
- }
- : text_part {
- key = "ml_style";
- width = 33;
- fixed_width = true;
- }
- }
- spacer_1;
- }
- spacer;
- : row {
- alignment = centered;
- fixed_width = true;
- ok_cancel_help;
- }
- errtile;
- }
-
- ddxline : dialog {
- label = "Modificar lφnea auxiliar";
- common_fields;
- spacer;
- : row {
- : boxed_column {
- label = "Punto raφz";
- fixed_width = true;
- pick_point_1_button;
- xline_x1;
- xline_y1;
- xline_z1;
- }
- : boxed_column {
- label = "Segundo punto";
- fixed_width = true;
- pick_point_2_button;
- xline_x2;
- xline_y2;
- xline_z2;
- }
- : boxed_column {
- label = "Vector de direcci≤n";
- spacer_1;
- : concatenation {
- : text_part {
- label = " X:";
- width = 4;
- }
- : text_part {
- key = "dir_x";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = " Y:";
- width = 4;
- }
- : text_part {
- key = "dir_y";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = " Z:";
- width = 4;
- }
- : text_part {
- key = "dir_z";
- width = 10;
- }
- }
- spacer_1;
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddray : dialog {
- label = "Modificar rayo";
- common_fields;
- spacer;
- : row {
- : boxed_column {
- label = "Punto inicial";
- fixed_width = true;
- pick_point_1_button;
- xline_x1;
- xline_y1;
- xline_z1;
- }
- : boxed_column {
- label = "Segundo punto";
- fixed_width = true;
- pick_point_2_button;
- xline_x2;
- xline_y2;
- xline_z2;
- }
- : boxed_column {
- label = "Vector de direcci≤n";
- spacer_1;
- : concatenation {
- : text_part {
- label = " X:";
- width = 4;
- }
- : text_part {
- key = "dir_x";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = " Y:";
- width = 4;
- }
- : text_part {
- key = "dir_y";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = " Z:";
- width = 4;
- }
- : text_part {
- key = "dir_z";
- width = 10;
- }
- }
- spacer_1;
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddpoint : dialog {
- label = "Modificar punto";
- common_fields;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "Emplazamiento";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- }
- ok_cancel_help_errtile;
- }
-
- dd3dsolid : dialog {
- label = "Modificar s≤lido 3D";
- common_fields;
- : row {
- fixed_width = true;
- spacer;
- : column {
- alignment = top;
- fixed_height = true;
- spacer_1;
- }
- }
- ok_cancel_help_errtile;
- }
- ddregion : dialog {
- label = "Modificar regi≤n";
- common_fields;
- : row {
- fixed_width = true;
- spacer;
- : column {
- alignment = top;
- fixed_height = true;
- spacer_1;
- }
- }
- ok_cancel_help_errtile;
- }
- ddbody : dialog {
- label = "Modificar cuerpo";
- common_fields;
- : row {
- fixed_width = true;
- spacer;
- : column {
- alignment = top;
- fixed_height = true;
- spacer_1;
- }
- }
- ok_cancel_help_errtile;
- }
- ddline : dialog {
- label = "Modificar lφnea";
- common_fields;
- : row {
- : boxed_column {
- label = "Desde el punto";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : boxed_column {
- label = "Hasta el punto";
- fixed_width = true;
- pick_point_2_button;
- x2_box;
- y2_box;
- z2_box;
- }
- : column {
- : text {
- label = "Incremento XYZ: ";
- }
- : column {
- fixed_height = true;
- : concatenation {
- : text_part {
- label = " X:";
- width = 4;
- }
- : text_part {
- key = "delta_x";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = " Y:";
- width = 4;
- }
- : text_part {
- key = "delta_y";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = " Z:";
- width = 4;
- }
- : text_part {
- key = "delta_z";
- width = 10;
- }
- }
- }
- spacer_0;
- : column {
- fixed_height = true;
- : concatenation {
- : text_part {
- label = "Longitud: ";
- width = 8;
- }
- : text_part {
- key = "l_length";
- width = 10;
- }
- }
- fixed_height = true;
- : concatenation {
- : text_part {
- label = "Angulo: ";
- width = 8;
- }
- : text_part {
- key = "l_angle";
- width = 10;
- }
- }
- }
- }
- spacer_1;
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddellipse : dialog {
- label = "Modificar elipse";
- common_fields;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "Centro";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- fixed_height = true;
- : number_box {
- label = "Radio mayor:";
- mnemonic = "m";
- key = "majrad";
- }
- : number_box {
- label = "Radio menor:";
- mnemonic = "R";
- key = "minrad";
- }
- : row {
- : column {
- : text {
- label = "Relaci≤n radios:";
- }
- }
- : column {
- : text {
- key = "rratio";
- width = 11;
- }
- }
- }
- : number_box {
- label = "Angulo inicial:";
- mnemonic = "i";
- key = "st_ang";
- }
- : number_box {
- label = "Angulo final:";
- mnemonic = "f";
- key = "end_eang";
- }
- }
- : column {
- : boxed_column {
- label = "Vector.Eje mayor";
- fixed_width = true;
- : row {
- : column {
- : text {
- label = "X:";
- }
- : text {
- label = "Y:";
- }
- : text {
- label = "Z:";
- }
- }
- : column {
- : text {
- key = "Majraddirx";
- width = 11;
- }
- : text {
- key = "Majraddiry";
- width = 11;
- }
- : text {
- key = "Majraddirz";
- width = 11;
- }
- }
- }
- }
- : column {
- fixed_height = true;
- : row {
- : column {
- : text {
- label = "Area: ";
- key = "Area_text";
- }
- }
- : column {
- : text {
- key = "Area";
- width = 11;
- }
- }
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddspline : dialog {
- label = "Modificar Spline";
- common_fields;
- : row {
- : boxed_column {
- label = "Puntos de apoyo";
- fixed_width = true;
- : row {
- : column {
- vertical_margin = wide;
- : concatenation {
- : text_part {
- label = "VΘrtice:";
- }
- : text_part {
- key = "cntl_ctr";
- width = 4;
- }
- }
- }
- : column {
- : button {
- label = "Otro";
- mnemonic = "t";
- key = "next_cntlpt";
- }
- }
- }
- : concatenation {
- : text_part {
- label = "X: ";
- }
- : text_part {
- key = "xtext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Y: ";
- }
- : text_part {
- key = "ytext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Z: ";
- }
- : text_part {
- key = "ztext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Peso: ";
- key = "weight_text";
- }
- : text_part {
- key = "weight";
- width = 10;
- }
- }
- }
- : column {
- fixed_height = true;
- : row {
- : column {
- : text {
- label = " ";
- }
- : text {
- label = "Grado:";
- }
- : text {
- label = "Propiedades";
- }
- : text {
- label = " ";
- }
- : text {
- label = " ";
- }
- : text {
- label = " ";
- }
- : text {
- label = " ";
- }
- }
- : column {
- : text {
- label = " ";
- }
- : text {
- key = "Degree";
- width = 11;
- }
- : text {
- key = "SpProp1";
- width = 12;
- }
- : text {
- key = "SpProp2";
- width = 12;
- }
- : text {
- key = "SpProp3";
- width = 12;
- }
- : text {
- key = "SpProp4";
- width = 12;
- }
- : text {
- key = "SpProp5";
- width = 12;
- }
- }
- }
- }
- : boxed_column {
- label = "Puntos auxiliares";
- fixed_width = true;
- key = "data_pts";
- : row {
- : column {
- vertical_margin = wide;
- : concatenation {
- : text_part {
- label = "VΘrtice:";
- }
- : text_part {
- key = "data_ctr";
- width = 4;
- }
- }
- }
- : column {
- : button {
- label = "Otro";
- mnemonic = "r";
- key = "next_datapt";
- }
- }
- }
- : concatenation {
- : text_part {
- label = "X: ";
- }
- : text_part {
- key = "dxtext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Y: ";
- }
- : text_part {
- key = "dytext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Z: ";
- }
- : text_part {
- key = "dztext";
- width = 10;
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddcircle : dialog {
- label = "Modificar cφrculo";
- common_fields;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "Centro";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Radio:";
- mnemonic = "R";
- key = "radius";
- }
- : row {
- : column {
- : text {
- label = "Dißmetro:";
- }
- : text {
- label = "Circunferencia:";
- }
- : text {
- label = "Area: ";
- }
- }
- : column {
- : text {
- key = "Dia";
- width = 11;
- }
- : text {
- key = "Circum";
- width = 11;
- }
- : text {
- key = "Area";
- width = 11;
- }
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddarc : dialog {
- label = "Modificar arco";
- common_fields;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "Centro";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- alignment = top;
- fixed_width = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Radio: ";
- mnemonic = "R";
- key = "radius";
- }
- : number_box {
- label = "Angulo inicial: ";
- mnemonic = "A";
- key = "st_ang";
- }
- : number_box {
- label = "Angulo final: ";
- mnemonic = "f";
- key = "end_ang";
- }
- : concatenation {
- : text_part {
- label = "Angulo total: ";
- width = 14;
- }
- : text_part {
- key = "tot_angle";
- width = 10;
- }
- }
- }
- spacer;
- : column {
- fixed_height = true;
- fixed_width = true;
- alignment = top;
- : text {
- label = " ";
- }
- : spacer { height = 0.2; }
- : concatenation {
- : text_part {
- label = "Longitud arco: ";
- width = 13;
- }
- : text_part {
- key = "arclen";
- width = 8;
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- dd3dface : dialog {
- label = "Modificar 3D Cara";
- common_fields;
- : row {
- : boxed_column {
- label = "Punto 1";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : boxed_column {
- label = "Punto 2";
- fixed_width = true;
- pick_point_2_button;
- x2_box;
- y2_box;
- z2_box;
- }
- : boxed_column {
- label = "Punto 3";
- fixed_width = true;
- pick_point_3_button;
- x3_box;
- y3_box;
- z3_box;
- }
- : boxed_column {
- label = "Punto 4";
- fixed_width = true;
- pick_point_4_button;
- x4_box;
- y4_box;
- z4_box;
- }
- }
- spacer;
- : boxed_row {
- label = "Visibilidad";
- spacer_0;
- : toggle {
- label = "Arista &1";
- key = "edge_1";
- fixed_width = true;
- }
- spacer_0;
- : toggle {
- label = "Arista &2";
- key = "edge_2";
- fixed_width = true;
- }
- spacer_0;
- : toggle {
- label = "Arista &3";
- key = "edge_3";
- fixed_width = true;
- }
- spacer_0;
- : toggle {
- label = "Arista &4";
- key = "edge_4";
- fixed_width = true;
- }
- spacer_0;
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddsolid : dialog {
- label = "Modificar s≤lido";
- common_fields;
- : row {
- children_alignment = top;
- children_fixed_width = true;
- children_fixed_height = true;
- : column {
- : boxed_column {
- label = "Punto 1";
- pick_point_1_button;
- x1_box;
- y1_box;
- }
- }
- : boxed_column {
- label = "Punto 2";
- pick_point_2_button;
- x2_box;
- y2_box;
- }
- : boxed_column {
- label = "Punto 3";
- pick_point_3_button;
- x3_box;
- y3_box;
- }
- : boxed_column {
- label = "Punto 4";
- pick_point_4_button;
- x4_box;
- y4_box;
- z4_box;
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddtrace : dialog {
- label = "Modificar trazo";
- common_fields;
- : row {
- children_alignment = top;
- children_fixed_width = true;
- children_fixed_height = true;
- : column {
- : boxed_column {
- label = "Punto 1";
- pick_point_1_button;
- x1_box;
- y1_box;
- }
- }
- : boxed_column {
- label = "Punto 2";
- pick_point_2_button;
- x2_box;
- y2_box;
- }
- : boxed_column {
- label = "Punto 3";
- pick_point_3_button;
- x3_box;
- y3_box;
- }
- : boxed_column {
- label = "Punto 4";
- pick_point_4_button;
- x4_box;
- y4_box;
- z4_box;
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddblock : dialog {
- label = "Modificar inserci≤n de bloque";
- common_fields;
- : concatenation {
- : text_part {
- label = "Nombre bloque: ";
- width = 12;
- }
- : text_part {
- key = "Bl_name";
- width = 33;
- }
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "En";
- fixed_width = true;
- fixed_height = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Escala X: ";
- mnemonic = "X";
- key = "xscale";
- }
- : number_box {
- label = "Escala Y: ";
- mnemonic = "Y";
- key = "yscale";
- }
- : number_box {
- label = "Escala Z: ";
- mnemonic = "Z";
- key = "zscale";
- }
- : number_box {
- label = "Rotaci≤n: ";
- mnemonic = "R";
- key = "rot";
- }
- }
- spacer;
- : column {
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Columnas: ";
- mnemonic = "m";
- key = "columns";
- }
- : number_box {
- label = "Filas: ";
- mnemonic = "F";
- key = "rows";
- }
- : number_box {
- label = "Espaciado col.: ";
- mnemonic = "p";
- key = "col_sp";
- }
- : number_box {
- label = "Espaciado filas: ";
- mnemonic = "a";
- key = "row_sp";
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddhatch : dialog {
- label = "Modificar sombreado asociativo";
- common_fields;
- : row {
- : concatenation {
- : text_part {
- label = "Nombre bloque: ";
- width = 12;
- }
- : text_part {
- key = "Bl_name";
- width = 33;
- fixed_width = true;
- }
- }
- spacer_1;
- }
- spacer;
- : row {
- alignment = centered;
- fixed_width = true;
- ok_cancel;
- : spacer { width = 2; }
- : button {
- label = "Editar sombreado...";
- mnemonic = "E";
- key = "b_hatch";
- }
- : spacer { width = 2; }
- help_button;
- }
- errtile;
- }
-
- ddxref : dialog {
- label = "Modificar referencias externas";
- common_fields;
- : row {
- : concatenation {
- : text_part {
- label = "Nombre refX: ";
- }
- : text_part {
- key = "Bl_name";
- width = 12;
- }
- }
- spacer_0;
- : concatenation {
- : text_part {
- label = "Camino: ";
- }
- : text_part {
- key = "path";
- width = 35;
- }
- }
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "En";
- fixed_width = true;
- fixed_height = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- spacer;
- : column {
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Escala X: ";
- mnemonic = "X";
- key = "xscale";
- }
- : number_box {
- label = "Escala Y: ";
- mnemonic = "Y";
- key = "yscale";
- }
- : number_box {
- label = "Escala Z: ";
- mnemonic = "Z";
- key = "zscale";
- }
- : number_box {
- label = "Rotaci≤n: ";
- mnemonic = "R";
- key = "rot";
- }
- }
- spacer;
- : column {
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Columnas: ";
- mnemonic = "m";
- key = "columns";
- }
- : number_box {
- label = "Filas: ";
- mnemonic = "F";
- key = "rows";
- }
- : number_box {
- label = "Espaciado col.: ";
- mnemonic = "p";
- key = "col_sp";
- }
- : number_box {
- label = "Espaciado filas: ";
- mnemonic = "d";
- key = "row_sp";
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddshape : dialog {
- label = "Modificar formas";
- common_fields;
- : concatenation {
- : text_part {
- label = "Forma: ";
- }
- : text_part {
- key = "sh_name";
- width = 10;
- }
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "Origen";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Tama±o: ";
- mnemonic = "±";
- key = "hght";
- }
- : number_box {
- label = "Rotaci≤n: ";
- mnemonic = "R";
- key = "rot";
- }
- : number_box {
- label = "Factor grosor: ";
- mnemonic = "F";
- key = "wid";
- }
- : number_box {
- label = "Oblicuidad: ";
- mnemonic = "b";
- key = "obl";
- }
- }
- spacer;
- : column {
- alignment = top;
- fixed_height = true;
- : text {
- height = 1.4;
- label = " ";
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddtext : dialog {
- label = "Modificar texto";
- common_fields;
- : edit_box {
- label = "Texto: ";
- mnemonic = "e";
- key = "t_string";
- width = 50;
- edit_limit = 2048;
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "Origen";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Altura: ";
- mnemonic = "A";
- key = "hght";
- }
- : number_box {
- label = "Rotaci≤n: ";
- mnemonic = "R";
- key = "rot";
- }
- : number_box {
- label = "Factor grosor: ";
- mnemonic = "F";
- key = "wid";
- }
- : number_box {
- label = "Oblicuidad: ";
- mnemonic = "d";
- key = "obl";
- }
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : popup_list {
- label = "Justificar:";
- mnemonic = "i";
- key = "popup_just";
- edit_width = 13;
- }
- : popup_list {
- label = "Estilo:";
- mnemonic = "s";
- key = "style";
- edit_width = 13;
- }
- : column {
- children_fixed_width = true;
- : toggle {
- label = "Boca abajo";
- mnemonic = "B";
- key = "upsd";
- }
- : toggle {
- label = "Al revΘs";
- mnemonic = "v";
- key = "bkwd";
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
-
- ddmtext : dialog {
- label = "Modificar texto m·ltiple";
- common_fields;
- : row {
- : boxed_column {
- label = "Punto de inserci≤n";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : column {
- : boxed_column {
- label = "Contenido";
- : text {
- key = "MTextContents";
- width = 25;
- }
- }
- : row {
- : button {
- label = "Editar contenido...";
- mnemonic = "E";
- key = "MTextEdit";
- }
- : button {
- label = "Editar propiedades...";
- mnemonic = "p";
- key = "MTextProp";
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
-
- ddattdef : dialog {
- label = "Modificar definici≤n de atributos";
- common_fields;
- : row {
- children_fixed_width = true;
- : edit_box {
- label = "Identif.:";
- mnemonic = "I";
- key = "tag";
- edit_width = 12;
- edit_limit = 255;
- }
- : edit_box {
- label = "Mensaje:";
- mnemonic = "M";
- key = "prompt";
- edit_width = 12;
- edit_limit = 255;
- }
- : edit_box {
- label = "Defecto:";
- mnemonic = "D";
- key = "t_string";
- edit_width = 12;
- edit_limit = 255;
- }
- }
- spacer;
- : row {
- fixed_width = true;
- : boxed_column {
- label = "Origen";
- fixed_width = true;
- pick_point_1_button;
- x1_box;
- y1_box;
- z1_box;
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : number_box {
- label = "Altura: ";
- mnemonic = "A";
- key = "hght";
- }
- : number_box {
- label = "Rotaci≤n: ";
- mnemonic = "R";
- key = "rot";
- }
- : number_box {
- label = "Factor grosor: ";
- mnemonic = "g";
- key = "wid";
- }
- : number_box {
- label = "Oblicuidad: ";
- mnemonic = "O";
- key = "obl";
- }
- }
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : row {
- : popup_list {
- label = "Justificar:";
- mnemonic = "t";
- key = "popup_just";
- edit_width = 13;
- }
- }
- : row {
- : popup_list {
- label = "Estilo:";
- mnemonic = "E";
- key = "style";
- edit_width = 13;
- }
- }
- : row {
- : column {
- children_fixed_width = true;
- : toggle {
- label = "&Boca abajo";
- key = "upsd";
- }
- : toggle {
- label = "Al re&vΘs";
- key = "bkwd";
- }
- : toggle {
- label = "Invi&sible";
- key = "inv";
- }
- }
- : column {
- children_fixed_width = true;
- : toggle {
- label = "&Constante";
- key = "con";
- }
- : toggle {
- label = "Veri&ficable";
- key = "ver";
- }
- : toggle {
- label = "Predef.";
- key = "pre";
- }
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddpline : dialog {
- label = "Modificar polilφnea";
- common_fields;
- : row {
- fixed_width = true;
- : concatenation {
- : text_part {
- label = "Polilφnea: ";
- }
- : text_part {
- key = "ptype";
- width = 19;
- }
- }
- }
- spacer;
- : row {
- : boxed_column {
- label = "Lista vΘrtices";
- fixed_width = true;
- : row {
- : column {
- vertical_margin = wide;
- : concatenation {
- : text_part {
- label = "VΘrtice:";
- }
- : text_part {
- key = "ctr";
- width = 4;
- }
- }
- }
- : column {
- : button {
- label = "Otro";
- mnemonic = "t";
- key = "next_v";
- }
- }
- }
- : concatenation {
- : text_part {
- label = "X: ";
- }
- : text_part {
- key = "xtext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Y: ";
- }
- : text_part {
- key = "ytext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Z: ";
- }
- : text_part {
- key = "ztext";
- width = 10;
- }
- }
- }
- spacer;
- : boxed_radio_column {
- label = "Ajust./Suav.";
- key = "f-s";
- : radio_button {
- label = "Ninguna";
- mnemonic = "a";
- key = "none";
- }
- : radio_button {
- label = "Cuadrßtica";
- mnemonic = "i";
- key = "quad";
- }
- : radio_button {
- label = "C·bica";
- mnemonic = "b";
- key = "cubic";
- }
- : radio_button {
- label = "BΘzier";
- mnemonic = "z";
- key = "bezier";
- }
- : radio_button {
- label = "Aj. curva";
- mnemonic = "v";
- key = "fit";
- }
- }
- spacer;
- : boxed_column {
- fixed_width = true;
- label = "Malla";
- key = "mesh";
- : row {
- : concatenation {
- : text_part {
- label = "M:";
- }
- : text_part {
- key = "m";
- width = 3;
- }
- }
- spacer_1;
- : toggle {
- label = "Cerrada";
- mnemonic = "e";
- key = "closedm";
- }
- }
- : row {
- : concatenation {
- : text_part {
- label = "N:";
- }
- : text_part {
- key = "n";
- width = 3;
- }
- }
- spacer_1;
- : toggle {
- label = "Cerrada";
- mnemonic = "r";
- key = "closedn";
- }
- }
- : edit_box {
- fixed_width = true;
- label = "U:";
- mnemonic = "U";
- key = "u";
- edit_width = 3;
- }
- : edit_box {
- fixed_width = true;
- label = "V:";
- mnemonic = "V";
- key = "v";
- edit_width = 3;
- }
- }
- spacer;
- : boxed_column {
- fixed_width = true;
- label = "Polilφnea";
- key = "pline";
- : column {
- fixed_height = true;
- : toggle {
- label = "Cerrada";
- mnemonic = "d";
- key = "closed";
- }
- : toggle {
- label = "TL gen";
- mnemonic = "g";
- key = "ltgen";
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddvport : dialog {
- label = "Modificar ventana grßfica";
- common_fields;
- : row {
- : boxed_column {
- label = "Centro vista";
- fixed_width = true;
- : concatenation {
- : text_part {
- label = "X: ";
- }
- : text_part {
- key = "xtext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Y: ";
- }
- : text_part {
- key = "ytext";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Z: ";
- }
- : text_part {
- key = "ztext";
- width = 10;
- }
- }
- }
- spacer_0;
- : column {
- fixed_width = true;
- : text {
- label = " ";
- }
- : concatenation {
- : text_part {
- label = "ID ventana:";
- width = 10;
- }
- : text_part {
- key = "vpid";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Anchura:";
- width = 10;
- }
- : text_part {
- key = "wid";
- width = 10;
- }
- }
- : concatenation {
- : text_part {
- label = "Altura:";
- width = 10;
- }
- : text_part {
- key = "hght";
- width = 10;
- }
- }
- }
- spacer_0;
- : column {
- alignment = top;
- fixed_width = true;
- fixed_height = true;
- : text {
- label = " ";
- }
- : concatenation {
- : text_part {
- label = "Estado: ";
- width = 8;
- }
- : text_part {
- key = "on-off";
- width = 15;
- }
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }
-
- ddimen : dialog {
- label = "Modificar cotas";
- common_fields;
-
- // ==========================================================
- //
- // Modify Dimension
- //
- // ==========================================================
-
- :row{
- fixed_width = true;
- alignment = centered;
- dimedit_column;
- :spacer { width = 2; }
- dimstyle_buttons;
- }
- spacer;
- ok_cancel_help_errtile;
- }
- //===end of Modify Dimension
-
- ddleader : dialog {
- label = "Modificar directriz";
- common_fields;
- :row{
- fixed_width = true;
- alignment = centered;
- dimedit_column;
- :spacer { width = 2; }
- dimstyle_buttons;
- :column{
- : radio_column {
- label = "Tipo";
- key = "s-s";
- : radio_button {
- label = "&Recta";
- key = "straight";
- }
- : radio_button {
- label = "&Spline";
- key = "spline";
- }
- }
- : toggle {
- label = "Flec&ha";
- height = 2;
- key = "arrow";
- fixed_width = true;
- }
- }
- }
- spacer;
- ok_cancel_help_errtile;
- }//===end of Modify Leader
-
- ddtolerance : dialog {
- label = "Modificar tolerancia";
- common_fields;
- :row{
- fixed_width = true;
- alignment = centered;
- dimedit_column;
- :spacer { width = 2; }
- dimstyle_buttons;
- }
- spacer;
- ok_cancel_help_errtile;
- }
- //===end of Modify Tolerance
-
- setltype : dialog {
- label = "Seleccionar tipo de lφnea";
- image_block;
- : list_box {
- key = "list_lt";
- allow_accept = true;
- }
- : edit_box {
- key = "edit_lt";
- allow_accept = false;
- label = "Tlφnea:";
- mnemonic = "n";
- }
- ok_cancel_err;
- }
-
- setlayer : dialog {
- subassembly = 0;
- label = "Seleccionar capa";
- initial_focus = "listbox";
- : concatenation {
- children_fixed_width = true;
- key = "clayer";
- : text_part {
- label = "Capa actual: ";
- width = 15;
- }
- : text_part {
- key = "cur_layer";
- width = 35;
- }
- }
- : row {
- fixed_width = true;
- key = "titles";
- children_fixed_width = true;
- : text {
- label = "Nombre de capa";
- width = 34;
- }
- : text {
- label = "Estado";
- width = 9;
- }
- : text {
- label = "Color";
- width = 8;
- }
- : text {
- label = "Tlφnea";
- }
- }
- : list_box {
- width = 67;
- tabs = "32 35 37 39 41 44 53";
- height = 12;
- key = "list_lay";
- allow_accept = true;
- tab_truncate = true;
- }
- : row {
- key = "controls";
- : column {
- key = "lname";
- fixed_width = true;
- : edit_box {
- label = "Definir nombre de capa:";
- mnemonic = "D";
- key = "edit_lay";
- edit_width = 32;
- edit_limit = 217;
- allow_accept = true;
- }
- }
- }
- ok_cancel_err;
- }
-